home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / usr.bin / ezmake-1.000 < prev    next >
Text File  |  1996-11-30  |  2KB  |  47 lines

  1.             Announcing ezmake 1.1
  2.     A script driven program that produces Makefiles
  3.  
  4. If you have ever been bothered by the toil of writing or
  5. maintaining makefiles, or the complexity of managing Imake or
  6. other such tools, you should use ezmake.
  7.  
  8. ezmake produces makefiles from a simple extensible script
  9. language. At the simplest level, you can produce a makefile
  10. from the script:
  11.  
  12.     exe ( myprog , *.c )
  13.  
  14. As you can see, globbing is used, so that no makefile maintenance
  15. is needed as you add or delete source modules.
  16.  
  17. ezmake also builds objs, libs, kits, install, and man pages. Additionally,
  18. the script language allows comments, has an include statement, manages
  19. passing flags to the compiler, and has hooks for multi-platform
  20. makefile generation. All sources are included, and there is a complete
  21. man page for ezmake.
  22.  
  23. Here is the lsm:
  24.  
  25. Title        = ezmake
  26. Version      = 1.1
  27. Desc1        = ezmake builds Makefiles from a script language.
  28. Desc2        = The script language can be as simple as
  29. Desc3        = 'exe ( myprog , *.c )' to build a Makefile.
  30. Author       = Calvin Page
  31. Maintainer   = Calvin Page
  32. MaintEmail   = root@lorax.mv.com
  33. Site1        = sunsite.unc.edu
  34. Path1        = /uploads
  35. File1        = ezmake-1.1.tar.gz
  36. Site2        = tsx-11.mit.edu
  37. Path2        = /pub/linux/sources/usr.bin
  38. File2        = ezmake-1.0.tar.gz
  39. Site3        = tsx-11.mit.edu
  40. Path3        = /incoming
  41. File3        = ezmake-1.1.tar.gz
  42. Required1    = Linux lex
  43. CopyPolicy1  = GPL
  44. Keywords     = Makefile make makefile ezmake
  45. Entered      = 2 December 1995
  46. End
  47.